.header { background-color: none; font-size: 40px; padding-left: 20px; color: blue; font-family: impact; text-align: center; width: 50%; } .form { background-color: white; color: black; text-align: center; padding-top: 50px; padding-bottom: 50px; font-size: 30px; width: 30%; border-radius: 5px; box-shadow: 0 0 3px #FF0000, 0 0 5px #000000; } input { width: 90%; height: 40px; border-radius: 5px; border-style: solid; border-color: lightgray; font-size: 17px; padding-left: ; } button { width: 90%; height: 30px; background-color: blue; color: white; font-weight: bold; font-size: 20px; border-style: none; border-radius: 5px; } body { width: 100%; background-color: rgb(240,242,245); padding-top: 50px; } img { width: 250px; } a{ font-size: 15px; }